home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UNIXTOOL / UNIXLIB37B / !UnixLib37_src_clib_h_malloc < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-09  |  507 b   |  21 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /unixb/home/unixlib/source/unixlib37/src/clib/h/RCS/malloc,v $
  4.  * $Date: 1996/04/19 21:02:57 $
  5.  * $Revision: 1.1 $
  6.  * $State: Rel $
  7.  * $Author: simon $
  8.  *
  9.  * $Log: malloc,v $
  10.  * Revision 1.1  1996/04/19 21:02:57  simon
  11.  * Initial revision
  12.  *
  13.  ***************************************************************************/
  14.  
  15. #ifndef __MALLOC_H
  16. #define __MALLOC_H 1
  17. #ifndef __STDLIB_H
  18. #include <stdlib.h>
  19. #endif
  20. #endif
  21.